Upgrade to vsc 1.49 and fix nyc compile error#14455
Conversation
Codecov Report
@@ Coverage Diff @@
## main #14455 +/- ##
==========================================
- Coverage 59.19% 59.17% -0.02%
==========================================
Files 720 720
Lines 40211 40247 +36
Branches 5829 5834 +5
==========================================
+ Hits 23802 23818 +16
- Misses 15147 15167 +20
Partials 1262 1262
Continue to review full report at Codecov.
|
| }, | ||
| "engines": { | ||
| "vscode": "^1.48.0" | ||
| "vscode": "^1.49.0" |
There was a problem hiding this comment.
@DonJayamanne, I just saw this. I only wanted to bump to the minimum required, which in the case of the debug context menu contribution point is 1.49. Otherwise we're forcing users to upgrade when the extension really doesn't require it
|
Kudos, SonarCloud Quality Gate passed!
|
|
Doing this in #14460 due to #14460 (comment) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #14455 +/- ##
======================================
- Coverage 59% 59% -1%
======================================
Files 720 720
Lines 40211 40247 +36
Branches 5829 5834 +5
======================================
+ Hits 23802 23818 +16
- Misses 15147 15167 +20
Partials 1262 1262
🚀 New features to boost your workflow:
|
#14406 introduced a nyc compiler error resulting from importing two proposed API interfaces from 'vscode' instead of 'vscode.proposed.d.ts'. Additionally, the proposed API for contributing to the debug context menu was introduced in https://code.visualstudio.com/updates/v1_49#_contributable-context-menu-for-variables-view.
package-lock.jsonhas been regenerated by runningnpm install(if dependencies have changed).